.contentslide{
border:0px solid #eeeeee;
border-bottom-width: 10px;
background-color:#eeeeee;
padding: 0px 0px 0px 0px;
width: 200px;
height: 140px;
position: relative;
}

.contentslide .opacitylayer{ /*Do not edit this rule unless you're familiar with CSS opacity behavior*/
width: 100%;
height: 100%;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;

}

.contentslide .contentdiv{
display: none;
position: relative;
}

.pagination{
	position: relative;
	width: 202px; /*Width of pagination DIV. To equal that of Content Slider's width, take into account the later's left/right paddings!*/
	font-family: Arial,sans-serif;
	font-size: 10px;
	text-align: right;
	background-color:#999999;
	border: 0px solid #999999;
	border-width: 1px 1px; /*Left/ right border width of pagination DIV.*/
	padding: 0px 0px 0px 0px;
}

* html .pagination{ /*Simplified box model hack to get IE5 to display width equal to that of Content Slider's*/
width: 200px; /*IE5 width*/
w\idth: 200px; /*IE6 width*/
}

.pagination a{
padding: 0 5px;
text-decoration: none; 
color: #000000;
background-color: #eeeeee;
}

.pagination a:hover, .pagination a.selected{
color: #000;
background-color: #ffffff;
border: 0px solid #000000;
}

.text { font-family:Arial, Helvetica, sans-serif;
font-size:9px;

}

.text-bold {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight: bold;
	color: #333333;
}

.link {
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	color: #333333;
	text-decoration: underline;

}
.link:hover {
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	color: #000000;

}
